home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1017.scp < prev    next >
Text File  |  1997-07-29  |  237b  |  14 lines

  1. proc main
  2.    delay 3
  3.    transmit "^M"
  4.    waitfor "login:"
  5.    transmit $USERID
  6.    transmit "^M"
  7.    waitfor "Password:"
  8.    transmit $PASSWORD
  9.    transmit "^M"
  10.    waitfor "AXIOMnet"
  11.    delay 2
  12.    transmit "ppp^M"      
  13. endproc
  14.